home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / lftp261.exe / 0 / RCDATA / TFRMBROWSE / TFRMBROWSE.txt
Text File  |  1999-09-07  |  2KB  |  109 lines

  1. object frmBrowse: TfrmBrowse
  2.   Left = 199
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Browse'
  6.   ClientHeight = 276
  7.   ClientWidth = 271
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 20
  19.     Top = 33
  20.     Width = 25
  21.     Height = 13
  22.     Caption = '&Path:'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 20
  32.     Top = 84
  33.     Width = 53
  34.     Height = 13
  35.     Caption = '&Directories:'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 20
  45.     Top = 226
  46.     Width = 33
  47.     Height = 13
  48.     Caption = 'Dri&ves:'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object lblText: TLabel
  57.     Left = 20
  58.     Top = 10
  59.     Width = 3
  60.     Height = 13
  61.   end
  62.   object txtPath: TEdit
  63.     Left = 20
  64.     Top = 52
  65.     Width = 238
  66.     Height = 21
  67.     TabOrder = 0
  68.   end
  69.   object DirectoryBox: TDirectoryListBox
  70.     Left = 20
  71.     Top = 102
  72.     Width = 147
  73.     Height = 116
  74.     IntegralHeight = True
  75.     ItemHeight = 16
  76.     TabOrder = 1
  77.     OnChange = FormCreate
  78.   end
  79.   object DriveBox: TDriveComboBox
  80.     Left = 20
  81.     Top = 244
  82.     Width = 147
  83.     Height = 19
  84.     TabOrder = 2
  85.     OnChange = DriveBoxChange
  86.     OnClick = DriveBoxClick
  87.   end
  88.   object btnOK: TButton
  89.     Left = 182
  90.     Top = 102
  91.     Width = 72
  92.     Height = 25
  93.     Caption = '&OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 3
  97.     OnClick = btnOKClick
  98.   end
  99.   object btnCancel: TButton
  100.     Left = 182
  101.     Top = 132
  102.     Width = 72
  103.     Height = 25
  104.     Caption = 'Ca&ncel'
  105.     ModalResult = 2
  106.     TabOrder = 4
  107.   end
  108. end
  109.